Help for this page

Select Code to Download


  1. or download this
    open FILE, $file || 'default.txt' or die "Can't open: $!";
    
  2. or download this
    perl -MO=Deparse,-p -e'open FILE, $file || "default.txt" or die "Canno
    +t open: $!";'