Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        my $r = "thirdsub";
        print Dumper $r;
    }
    
  2. or download this
    Name "Frob::Dumper" used only once: possible typo at useuse.pl line 31
    +.
    $VAR1 = 'secsub';
    $VAR1 = 'thirdsub';
    print() on unopened filehandle Dumper at useuse.pl line 31.