Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Module::Compile (or: what's this PMC thingy?)

by Juerd (Abbot)
on Mar 12, 2006 at 20:22 UTC ( [id://536132]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MO=Bytecode,-H -MTest -e1 > Test.pmc
    
  2. or download this
    stat64("/usr/local/lib/perl/5.8.7/Test.pmc", 0x7fe20a50) = -1 ENOENT (
    +No such file or directory)
    open("/usr/local/lib/perl/5.8.7/Test.pm", O_RDONLY|O_LARGEFILE) = -1 E
    +NOENT (No such file or directory)
    ...
    open("/usr/lib/perl/5.8/Test.pm", O_RDONLY|O_LARGEFILE) = -1 ENOENT (N
    +o such file or directory)
    stat64("/usr/share/perl/5.8/Test.pmc", 0x7fe20a50) = -1 ENOENT (No suc
    +h file or directory)
    open("/usr/share/perl/5.8/Test.pm", O_RDONLY|O_LARGEFILE) = 4
    
  3. or download this
    stat64("/usr/local/lib/perl/5.8.7/Test.pmc", 0x7f95aa50) = -1 ENOENT (
    +No such file or directory)
    open("/usr/local/lib/perl/5.8.7/Test.pm", O_RDONLY|O_LARGEFILE) = -1 E
    +NOENT (No such file or directory)
    ...
    stat64("/usr/share/perl/5.8/Test.pmc", {st_mode=S_IFREG|0644, st_size=
    +720, ...}) = 0
    stat64("/usr/share/perl/5.8/Test.pm", {st_mode=S_IFREG|0644, st_size=2
    +8863, ...}) = 0
    open("/usr/share/perl/5.8/Test.pmc", O_RDONLY|O_LARGEFILE) = 4
    
  4. or download this
    package Foo;
    use Module::Compile -base;
    ...
    }
    
    1;
    
  5. or download this
    # Unfiltered code here
    quux(bar);
    ...
    
    # Unfiltered code here, again
    quux(bar);
    
  6. or download this
    # User.pm
    use v6-pugs;
    ...
    ...some p6 code here...
    no v6;
    ...back to p5 land...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perltutorial [id://536132]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-29 10:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found