If its UNIX (ish) Env., use below"perl #tail.pl
#this will work for default behaviour of tail(i.e. last 10 lines), you can enhance it to tail certain no. of lines
#usage : tail.pl ...
Perl is like this but (being Perl) goes a step further. The following file handles are open by default:STDIN - Standard Input, for user control input, typically the keyboardSTDOUT - Standard Output,fo...
Fahad
Sep 29th, 2006
Hi, this is what i found.STDERRThe special filehandle for standard error in any package.