Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Copy a builtin sub to a different name and then override

by LanX (Saint)
on Jun 02, 2018 at 00:52 UTC ( [id://1215708]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sleep 3;
    
    warn "total sleep( $sleepcounter )"
    
  2. or download this
    C:/Perl_64/bin\perl.exe  d:/Users/lanx/pm/core_sleep.pl 
    Version 5.016003 at d:/Users/lanx/pm/core_sleep.pl line 4.
    ...
    start wrapper at d:/Users/lanx/pm/core_sleep.pl line 13.
    stop wrapper at d:/Users/lanx/pm/core_sleep.pl line 16.
    total sleep( 3 ) at d:/Users/lanx/pm/core_sleep.pl line 26.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 17:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found