Help for this page

Select Code to Download


  1. or download this
    if ( ref( $Elements[$1] ) eq "ARRAY" ) {
       push ( @{$Elements[$l]} }, $value );
    }
    else {
      $Elements[$1] = [$value];
    }
    
  2. or download this
    $ perl -MData::Dumper -e'
    > @arr = (1, 2);
    ...
             5
           );
    $