Help for this page

Select Code to Download


  1. or download this
    {
      var1 => "one",
      var2 => "two"
    }
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    my $conf = do ('G4 HD:Desktop Folder:perl:test:config.pl');
    print $conf->{'var1'}, "\n";
    
  3. or download this
    # Use of uninitialized value in print.
    File 'G4 HD:Desktop Folder:perl:test:test.pl'; Line 6