Help for this page

Select Code to Download


  1. or download this
    
    my %vf_labels;
    ...
    
    map $vf{$_}->pack( -side => 'top' ), ( keys %vf );
    
  2. or download this
    #!/usr/bin/perl
    
    ...
     ;
       }
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    $mw->repeat(1000, [sub{ ${$_[0]}++; $label->update;  }, \$number ]    
    + );
    
    $mw->waitVisibility;
    
  4. or download this
    # [ pOnseq(2) >          =    9, 25, 16
    #{ _ _ , _ _ , _ _ } @2  = [   ,   ,    ]
    ...
    #          8     8
    #        4     4
    #
    
  5. or download this
    #!perl
    use strict;
    ...
     unlink{ 'tmp.err' };
    
    }
    
  6. or download this
    $zeroe 0__________
    SV = PV(0xeb850c) at 0xeba53c
    ...
    [][][][][][][][][][]
    
    Press any key to continue . . .
    
  7. or download this
    ||      |||     |||||   ||||||| ||||||||||||||| ||||||||||||||||||||||
    +|||||||||||||||||||||
    
    ...
    |||||||||||||||||||||||||||||||||||||||||||     2b      my todo hex() 
    +  21 x || remainder: |
    
    Press any key to continue . . .
    
  8. or download this
    cpanm (App::cpanminus) 1.7044 on perl 5.014002 built for MSWin32-x86-m
    +ulti-thread
    Work directory is C:\Users\ZOMBIKE~1/.cpanm/work/1562478735.5744
    ...
    dmake.exe:  Error code 255, while making 'test_dynamic'
    -> FAIL You don't seem to have a PAGER :/
    Entering C:/Users/ZOMBIKE~1/.cpanm/work/1562478735.5744/Module-Compile
    +-0.37 with C:\WINDOWS\system32\cmd.exe
    
  9. or download this
      DB<2> s
    Capture::Tiny::capture((eval 40)[C:/Dwimperl/perl/site/lib/Capture/Tin
    +y.pm:38]:1):
    ...
    0  undef
                                                                          
    +                                                    DB<31>
    
  10. or download this
    #!/usr/bin/perl
    
    ...
        }
        # see https://abr.business.gov.au/Help/AbnFormat
    }
    
  11. or download this
    # example of pass by reference
    
  12. or download this
    # bless $var;
    
  13. or download this
    $arrvar->[0]; # deref array element access
    $arrvar->{'anoint'}; # deref hash element access 
    $arrvar->subroutine; # deref subroutine call
    
  14. or download this
    $arrvar->subroutine; # deref subroutine call
    
  15. or download this
    sub iexpectanarraycontainingdataaboutaccuracy{
    
    ...
     return 1;
    
    }
    
  16. or download this
    #!perl
    
    ...
    }
    
    exit (0);
    
  17. or download this
    unless(eval{ $arrayref->can(maxstr) }){
      carp $@
    ...
      $arrayref->maxstr()
    }
    # carps
    
  18. or download this
    #!perl
    
    ...
    }
    
    exit; #(?) :D
    
  19. or download this
    windos% perl -Mv5.20 -Mstrict -MConfig -w -e "say $Config{versiononly}
    +"
    
  20. or download this
    #!perl 
    
    ...
    open my $fh, '>', '.\configlist.txt' or die $!;
    print {$fh} config_sh(); 
    close $fh;
    
  21. or download this
    sub donotrun_this_is_an_example{
      
    ...
    
    return Soan & $bitmask;
    }
    
  22. or download this
    perl -pi.bak -e "
    
    ...
    s/(<.*?CIT-)(\w+)(-\w\d+.*?>)/"$1$2".$nameshash->{$2}++."$3"/ge;
                  
    " bibliofile
    
  23. or download this
    my %combinations = ( 
              co1 => [
    ...
        }
    
    }
    
  24. or download this
    %combinations = ( 
              co1 => [
    ...
              us2 => [ qw(one two three five seven) ],
              us3 => [ qw(one one two three five) ],
              );