Help for this page

Select Code to Download


  1. or download this
    my %config = (workingDir => '/root/working/');
    my $filename = 'test.pl';
    ...
    print "Dir: $config{'workingDir'}\n";
    print "File: $filename\n";
    print "Full path: $fullpath\n";
    
  2. or download this
    Dir: /root/working/
    File: test.pl
    Full path: /root/working/test.pl