Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 61 - 70 of 348 for label:perl (0.08 sec)

  1. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Tue May 14 18:26:27 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Thu May 16 10:39:27 UTC 2024
    - 95.5K bytes
    - Viewed (0)
  3. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Thu May 16 06:02:32 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.30'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Thu May 16 07:56:23 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  5. enc2xs.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking n...
    perldoc.perl.org/enc2xs.txt
    Registered: Thu May 16 12:29:49 UTC 2024
    - 41K bytes
    - Viewed (0)
  6. prove.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop @...
    perldoc.perl.org/prove.txt
    Registered: Thu May 16 13:51:04 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. perl.txt

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/perl.txt
    Registered: Fri May 10 10:59:24 UTC 2024
    - 17K bytes
    - Viewed (0)
  8. perlhist.txt

    =encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...
    perldoc.perl.org/perlhist.txt
    Registered: Fri May 10 12:37:56 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  9. perlrequick.txt

    =head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...
    perldoc.perl.org/perlrequick.txt
    Registered: Sat May 11 02:19:24 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  10. perlmodlib.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...
    perldoc.perl.org/perlmodlib.txt
    Registered: Sat May 11 02:27:16 UTC 2024
    - 57.3K bytes
    - Viewed (0)
Back to top