Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Help me how to use require..

by bh_perl (Monk)
on Mar 28, 2012 at 07:30 UTC ( [id://962089]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $inputdir     = "/cygsrive/d/acec/CDRe/data/input/$swname";
    my $arbordir     = "/cygsrive/d/acec/CDRe/data/output/ARBOR/$swname";
    ...
    my $archivedir     = "/cygsrive/d/acec/CDRe/data/archive/$swname";
    my $duplicatedir= "/cygsrive/d/acec/CDRe/data/duplicate/$swname";
    my $baddir     = "/cygsrive/d/acec/CDRe/data/bad/$swname"
    
  2. or download this
    #!/usr/bin/perl
    
    require "./def_variable.pl";
    print "INPUT : $inputdir\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://962089]
Approved by BrowserUk
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found