Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

catl

by da w00t (Sexton)
on Jul 10, 2000 at 23:11 UTC ( [id://21851]=obfuscated: print w/replies, xml ) Need Help??

#!/usr/bin/perl $ARGV[0]="-"if($ARGV[0]eq"");open(F,$ARGV[0])||die$!;binmode(F);if($AR +GV[0]=~ /^-$|^$/||$ARGV[0]){while(!eof(F)){read(F,$d,1024);$s.=$d}}select(STDO +UT);$|= 1;while(1){if($ARGV[0]ne"-"){seek(F,0,0);while(!eof(F)){read(F,$s,1024 +);print STDOUT$s;}}else{print STDOUT$s;}}close F;# catl v1.0, (C) warewolf@xab +ean.net
ick, this is 77 chars wide, yet it's wrapped. :(

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: obfuscated [id://21851]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (None)
    As of 2024-04-25 03:54 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found