in reply to Re: Building custom routines with Sub-Exporter using the "-m" flag in a perl one-liner
in thread Building custom routines with Sub-Exporter using the "-m" flag in a perl one-liner
When you said:$ perl -IWorkspace/sub-exporter -mCommunicate=greet,"{ greeting => q{W +ell-done},-as => q{say_to} }" -e 'say_to(q{Nelo})' group "as => q{say_to} }" is not exported by the Communicate module at + -e line 0 BEGIN failed--compilation aborted. $
... the commas in the string need to be substituted by \x... equivalentsI assume that has something to do with unicode ... but I don't know quite how I would use that in this situation I'm afraid =(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Building custom routines with Sub-Exporter using the "-m" flag in a perl one-liner
by jethro (Monsignor) on Aug 21, 2008 at 16:45 UTC | |
by j1n3l0 (Friar) on Aug 21, 2008 at 16:48 UTC |