Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~224 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Have you tried: 1.System Recovery (NOT RESTORE) 2.[URL="http://www.howtogeek.com/howto/windows-vista/verify-the-integrity-of-windows-vista-system-files/"]sfc /scannow[/URL] FYI, if safe mode is working ok, you CAN get normal mode to work.
It is a best practice not to print but return. [CODE] @name=fname(@name)."\n".lname(@name); print @name; sub fname(@name) { @name=('john'."\t",'james'."\t",'edward'."\n"); return(@name); } sub lname(@name) { @name=('hunt'." \t",'jones'."\t",'smith'); return(@name); }[/CODE]
The End.
dweebsonduty