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

Re^3: Help with exercise

by Random_Walk (Prior)
on Sep 24, 2017 at 07:40 UTC ( [id://1199980]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $dir = shift;
    chdir $dir or die "Couldn't chdir $dir: $!\n";
    print "OK, in ". getcwd . "\n";
    
  2. or download this
    # ./change.pl Downloads/
    OK, in /home/Random/Downloads
    ...
    # ./chmod 000 bar
    # ./perl change.pl bar
    Couldn't chdir bar: Permission denied
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-19 08:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found