Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] テスト %27 test

Results 2261 - 2270 of 2,641 for host:perldoc.perl.org (0.05 sec)

  1. lc.txt

    =over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...
    perldoc.perl.org/functions/lc.txt
    Registered: Tue Jul 08 13:37:19 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  2. read.txt

    =over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...
    perldoc.perl.org/functions/read.txt
    Registered: Tue Jul 08 11:05:35 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  3. chomp.txt

    =over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...
    perldoc.perl.org/functions/chomp.txt
    Registered: Tue Jul 08 09:46:16 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  4. printf.txt

    =over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...
    perldoc.perl.org/functions/printf.txt
    Registered: Tue Jul 08 14:02:29 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  5. fileno.txt

    =over =item fileno FILEHANDLE X<fileno> =item fileno DIRHANDLE Returns the file descriptor for a filehandle or directory handle, or undefined if the filehandle is not open. If there is no real file...
    perldoc.perl.org/functions/fileno.txt
    Registered: Tue Jul 08 13:52:54 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. uc.txt

    =over =item uc EXPR X<uc> X<uppercase> X<toupper> =item uc Returns an uppercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = uc("Perl is GREAT"); # "PERL IS GREAT" This...
    perldoc.perl.org/functions/uc.txt
    Registered: Tue Jul 08 12:59:45 UTC 2025
    - 599 bytes
    - Viewed (0)
  7. perljp - 日本語 Perl ガイド - Perldoc Browser

    perljp ( source , CPAN ) CONTENTS NAME 説明 (jcode.pl|Jcode.pm|JPerl) からの移行 さらに詳しく Perl全般に関する URL Perlの修得に役立つ URL Perl ...
    perldoc.perl.org/perljp
    Registered: Mon Jul 07 15:37:49 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  8. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Tue Jul 08 04:50:37 UTC 2025
    - 133.6K bytes
    - Viewed (0)
  9. Unicode::Collate.txt

    package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...
    perldoc.perl.org/Unicode::Collate.txt
    Registered: Tue Jul 08 01:49:32 UTC 2025
    - 64.1K bytes
    - Viewed (0)
  10. perlsyn.txt

    =head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...
    perldoc.perl.org/perlsyn.txt
    Registered: Tue Jul 08 03:40:15 UTC 2025
    - 53K bytes
    - Viewed (0)
Back to top