$ perl -we'sub my_print ($) { print @_ } my_print 0,1' 0 $ perl -we'sub my_print { print @_ } my_print 0,1' 01
In reply to Re: Perl not BNF-able??
by ysth
in thread Perl not BNF-able??
by anonymized user 468275
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |