Skip to content

Instantly share code, notes, and snippets.

@leedo
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leedo/86975efa5f47b7e8344d to your computer and use it in GitHub Desktop.
Save leedo/86975efa5f47b7e8344d to your computer and use it in GitHub Desktop.
lee@trillian:~$ perl -Mthreads -E 'say "hi"'
This Perl not built to support threads
Compilation failed in require.
BEGIN failed--compilation aborted.
lee@trillian:~$ perl -V | grep archname
osname=darwin, osvers=13.2.0, archname=darwin-2level
lee@trillian:~$ /usr/bin/perl -Mthreads -E 'say "hi"'
hi
lee@trillian:~$ /usr/bin/perl -V | grep archname
osname=darwin, osvers=13.0, archname=darwin-thread-multi-2level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment