Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4. use lib "$ENV{HOME}/.perl";
  5. use threads ( 'stack_size' => 32*4096 );
  6.  
  7. print "hello world\n";
  8.  
  9. nagios-dev [scripts]$ perl ./test.pl
  10. threads version 131072 required--this is only version 1.07 at /usr/lib/perl5/5.8.8/Exporter/Heavy.pm line 121.
  11. BEGIN failed--compilation aborted at ./test.pl line 5.
  12. Exit 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement