Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    $_ = [];
    my @a = $_->@*;
    say "@a";
    
  2. or download this
       -----------------------------------------  
     | file       | explicit | syntax | external |
    ...
     | Minimum syntax version   : ~                             |
     | Minimum version of perl  : v5.4.0 (default)              |
       -----------------------------------------