Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1351 - 1360 of 2,268 for filetype:txt (0.05 sec)

  1. pod2text.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # Convert POD data to formatte...
    perldoc.perl.org/pod2text.txt
    Registered: Fri Nov 01 12:24:55 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. xsubpp.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl use 5.006; BEGIN { pop ...
    perldoc.perl.org/xsubpp.txt
    Registered: Fri Nov 01 15:43:37 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. pod2html.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =pod =head1 NAME pod2html - co...
    perldoc.perl.org/pod2html.txt
    Registered: Fri Nov 01 13:17:28 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. instmodsh.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/instmodsh.txt
    Registered: Fri Nov 01 13:38:29 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Fri Nov 01 19:32:52 UTC 2024
    - 224K bytes
    - Viewed (0)
  6. perlsub.txt

    =head1 NAME X<subroutine> X<function> perlsub - Perl subroutines (user-defined functions) =head1 SYNOPSIS To declare subroutines: X<subroutine, declaration> X<sub> sub NAME; # A "forward" declarati...
    perldoc.perl.org/perlsub.txt
    Registered: Fri Nov 01 21:34:27 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  7. perldsc.txt

    =head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...
    perldoc.perl.org/perldsc.txt
    Registered: Fri Nov 01 21:52:23 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  8. $;.txt

    =over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...
    perldoc.perl.org/variables/$;.txt
    Registered: Fri Nov 01 23:44:47 UTC 2024
    - 658 bytes
    - Viewed (0)
  9. ${^POSTMATCH}.txt

    =over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...
    perldoc.perl.org/variables/${^POSTMATCH}.txt
    Registered: Sat Nov 02 00:52:15 UTC 2024
    - 510 bytes
    - Viewed (0)
  10. $>.txt

    =over =item $EFFECTIVE_USER_ID =item $EUID =item $> X<< $> >> X<$EUID> X<$EFFECTIVE_USER_ID> The effective uid of this process. For example: $< = $>; # set real to effective uid ($<,$>) = ($>,$<); ...
    perldoc.perl.org/variables/$>.txt
    Registered: Sat Nov 02 00:06:12 UTC 2024
    - 615 bytes
    - Viewed (0)
Back to top