Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    warn "$glob\n";
    dump $glob;
    
  2. or download this
    GLOB(0x225130)
    do {
    ...
      *{$a} = { a => 1 };
      $a;
    }