Help for this page

Select Code to Download


  1. or download this
  2. or download this
    # WARNING windows quotes
    # storable to yaml
    ...
    
    # yaml to storable
    perl -e "use YAML (LoadFile); use Storable qw(nstore); @ar = LoadFile(
    +$ARGV[0]); nstore(\@ar, $ARGV[1])"