in reply to Re^6: Which internal DSL are there in Perl? (Domain Specific Languages - Part 1)
in thread Which internal DSL are there in Perl? (Domain Specific Languages - Part 1)

See perlpragma, though the routines are not really unimported they are just aware about the correct scope.

Yes, that's a good way to go. There are so many paths, so much OWTDI, and to get a good one, so many things want to be thinked about... Thanks.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^7: Which internal DSL are there in Perl? (Domain Specific Languages - Part 1)