Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Including files

by Aristotle (Chancellor)
on Sep 26, 2004 at 16:16 UTC ( [id://393966]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $code = join(
        "\n",
        qq[#line 1 "$filename"],
        File::Slurp::read_file($filename)
    );
    
  2. or download this
    my $code = qq[#line 1 "$filename"\n] . File::Slurp::read_file($filenam
    +e);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-29 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found