with this:#!/usr/bin/perl -l print 'pre'; eval { BEGIN { print 'compiling eval block' } }; print 'post';
#!/usr/bin/perl -l print 'pre'; eval q{ BEGIN { print 'compiling eval expr' } }; print 'post';
In reply to Re: Re: Reloading Modules
by Anonymous Monk
in thread Reloading Modules
by rendler
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |