Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Including files

by ambrus (Abbot)
on Sep 24, 2004 at 11:44 UTC ( [id://393464]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Filter::Include;
    use warnings; use strict;
    ...
    }
    1;
    __END__
    
  2. or download this
    #!perl -w
    use warnings; use strict;
    ...
    7, 8);
    print "a(@a) b(@b)\n";
    __END__
    
  3. or download this
    3, 4); @b = (5, 6,
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-23 19:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found