Help for this page

Select Code to Download


  1. or download this
      my @split = split(/\./,$file)[-1];
    
  2. or download this
    $ perl -e'my @split = split(/\./,$file)[-1];'
    syntax error at -e line 1, near ")["
    Execution of -e aborted due to compilation errors.