Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    sub foo { return (); }
    warn Dumper(sort foo('1000'));
    
  2. or download this
    $VAR1 = '1000';