in reply to Re^6: pack() returns an unusable string
in thread pack() returns an unusable string
The Windows command line quoting rules may be so bad that
the safest/easiest solution may be to write
your generated code to a file and then execute the file.
That way the double quotes from Data::Dump will not be confused with command line delimiters by the command line processor.
|
|---|