Help for this page

Select Code to Download


  1. or download this
     1:35 >perl -E "say for sort keys %Internals::"
    SvREADONLY
    ...
    hv_clear_placeholders
    
     1:35 >
    
  2. or download this
    #! perl
    use strict;
    ...
        my ($name) = @_;
        print "foo --> name = $name, \$_ = $_\n";
    }
    
  3. or download this
    12:26 >perl 723_SoPW.pl
    literal1
    Modification of a read-only value attempted at 723_SoPW.pl line 15.
    
    12:28 >
    
  4. or download this
    #! perl
    use strict;
    ...
        my ($name) = @_;
        print "foo --> name = $name, \$_ = $_\n";
    }
    
  5. or download this
    12:28 >perl 723_SoPW.pl
    literal1
    Modification of a read-only value attempted at 723_SoPW.pl line 20.
    
    12:36 >