Re: [HOW TO] File Handles and Tokens

2004-03-08 Thread Paul Johnson
WC -Sx- Jones said: > QUESTION - Can anyone tell me the trick to get __DATA__ to read the > preceeding program code? seek DATA, 0, 0; -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[HOW TO] File Handles and Tokens

2004-03-07 Thread WC -Sx- Jones
Part Two of an Infinite Series... STANDARD FILE HANDLES * By convention, all filehandles and dirhandles are capitalized. HANDLE PURPOSE STDIN Standard Input STDOUT Standard Output STDERR Standard Error ARGVArgument passed on the script's command line DATAData at end of script (afte