Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    print $ctx->{foo}, "\n";
    print $want->{foo}, "\n";
    
  2. or download this
    $ perl /tmp/test.pl
    bar
    bar
    bar
    Can't use string ("Hello") as a HASH ref while "strict refs" in use at
    + /tmp/test.pl line 22.