Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: problem in mkdir

by quester (Vicar)
on Dec 02, 2011 at 09:36 UTC ( [id://941277]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my(@folder_name,$temp1,$temp2);
    ...
    ...
    ...
    $temp1 = pop(@folder_name);
    $temp2 = pop(@folder_name);
    
  2. or download this
    my(@folder_name,$temp1,$temp2);
    ...
    $temp1 = <ONE>;
    ...
    $temp2 = <TWO>;
    
  3. or download this
    mkdir "/var/www/html/piRNA_html/UNAFold/output/$temp2",0777
      or die "Cannot make directory /var/www/html/piRNA_html/UNAFold/outpu
    +t/$temp2, error was $!";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://941277]
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: (6)
As of 2024-03-28 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found