Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: passing files with

by kilinrax (Deacon)
on Nov 14, 2000 at 04:33 UTC ( [id://41478]=note: print w/replies, xml ) Need Help??


in reply to passing files with

Do you mean something like this?
#!/usr/bin/perl -w use strict; my $file = $ARGV[0]; open FILE, $file; my $data = <FILE>: close FILE;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found