http://qs321.pair.com?node_id=981554


in reply to Re^3: Huge perl binary file
in thread Huge perl binary file

so the best would be to always have a sleeping perl process with the most frequently modules loaded with use ? :)
#!/usr/bin/perl use ....; use ....; use ....; while(1){ sleep(60); }