Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 1,316 for label:perl (0.07 sec)

  1. %{^HOOK}.txt

    =over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...
    perldoc.perl.org/variables/%{^HOOK}.txt
    Registered: Fri Aug 29 14:44:36 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Fri Aug 29 15:08:33 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  3. Time::gmtime.txt

    package Time::gmtime 1.05; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst, ); use Exporter 'import'; our @EXPORT = qw...
    perldoc.perl.org/Time::gmtime.txt
    Registered: Fri Aug 29 10:19:54 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  4. Time::localtime.txt

    package Time::localtime 1.04; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst ); use Exporter 'import'; our @EXPORT = ...
    perldoc.perl.org/Time::localtime.txt
    Registered: Fri Aug 29 13:29:21 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  5. $^X.txt

    =over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...
    perldoc.perl.org/variables/$^X.txt
    Registered: Fri Aug 29 14:50:02 UTC 2025
    - 2K bytes
    - Viewed (0)
  6. Test::use::ok.txt

    package Test::use::ok; use 5.005; our $VERSION = '1.302210'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...
    perldoc.perl.org/Test::use::ok.txt
    Registered: Fri Aug 29 12:48:44 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. perlbug.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell my $config_tag1 = '5.42.0 - Th...
    perldoc.perl.org/perlbug.txt
    Registered: Mon Aug 25 14:23:33 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  8. h2ph.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2ph.txt
    Registered: Mon Aug 25 17:57:32 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  9. piconv.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 2...
    perldoc.perl.org/piconv.txt
    Registered: Mon Aug 25 14:09:11 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  10. pl2pm.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool...
    perldoc.perl.org/pl2pm.txt
    Registered: Mon Aug 25 17:08:19 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top