in reply to Re: qw with comma delimiter
in thread qw with comma delimiter

Thanks. That's a nice solution. But how could I use that on the import list? I think I am resigned to going with the q// comma solution and hope for the best.

Replies are listed 'Best First'.
Re: Re: Re: qw with comma delimiter
by chromatic (Archbishop) on Jul 27, 2003 at 03:26 UTC

    You would use it where you could use any list. That includes as arguments to import():

    use Some::Module split( $/, <<'END_IMPORT'); argument #1 second 'argument' joij0986t098$@$*()*%@!~ END_IMPORT