- or download this
print map { /(.+)\./ && "$1\n" } sort RetrieveIllustrationList( $cl_us
+erinput );
- or download this
print map { /(.+)\./, "\n" } sort RetrieveIllustrationList( $cl_userin
+put );
- or download this
print join "\n", map( /(.+)\./, sort RetrieveIllustrationList( $cl_use
+rinput ) ), '';
- or download this
local $, = "\n";
print map( /(.+)\./, sort RetrieveIllustrationList( $cl_userinput ) ),
+ '';
- or download this
print map "$_\n", map /(.+)\./, sort RetrieveIllustrationList( $cl_use
+rinput );
print "$_\n" for map /(.+)\./, sort RetrieveIllustrationList( $cl_user
+input );