Help for this page

Select Code to Download


  1. or download this
    mysubroutine {block} @list;
    
  2. or download this
    map (sub { "1" x $_ }, (1..10));
    
  3. or download this
    perl -wle 'print prototype("CORE::map")'
    
  4. or download this
    Use of uninitialized value in print at -e line 1.