Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "use constant OUT_SUFXSTOR => 'storable';
    ...
     print qq{'$str'};
    "
    'The file suffix is storable.'
    
  2. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "use constant OUT_SUFXSTOR => 'storable';
    ...
     print qq{'$str'};
    "
    'The file suffix is storable.'