Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1791 - 1800 of 2,621 for host:perldoc.perl.org (0.06 sec)

  1. $;.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: Thu May 01 22:49:39 UTC 2025
    - 658 bytes
    - Viewed (0)
  2. ${^SAFE_LOCALES}.txt

    =over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...
    perldoc.perl.org/variables/${^SAFE_LOCALES}.txt
    Registered: Fri May 02 00:33:55 UTC 2025
    - 572 bytes
    - Viewed (0)
  3. ${^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: Fri May 02 01:16:36 UTC 2025
    - 510 bytes
    - Viewed (0)
  4. $>.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: Thu May 01 22:16:51 UTC 2025
    - 615 bytes
    - Viewed (0)
  5. $^D.txt

    =over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...
    perldoc.perl.org/variables/$^D.txt
    Registered: Fri May 02 02:08:00 UTC 2025
    - 437 bytes
    - Viewed (0)
  6. $^C.txt

    =over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...
    perldoc.perl.org/variables/$^C.txt
    Registered: Fri May 02 01:39:29 UTC 2025
    - 401 bytes
    - Viewed (0)
  7. $".txt

    =over =item $LIST_SEPARATOR =item $" X<$"> X<$LIST_SEPARATOR> When an array or an array slice is interpolated into a double-quoted string or a similar context such as C</.../>, its elements are sep...
    perldoc.perl.org/variables/$".txt
    Registered: Thu May 01 22:35:03 UTC 2025
    - 428 bytes
    - Viewed (0)
  8. $*.txt

    =over =item $* X<$*> C<$*> was a variable that you could use to enable multiline matching. After a deprecation cycle, its magic was removed in Perl v5.10.0. Using it now triggers a warning: C<$* is...
    perldoc.perl.org/variables/$*.txt
    Registered: Fri May 02 03:25:44 UTC 2025
    - 338 bytes
    - Viewed (0)
  9. ExtUtils::MakeMaker - Create a module Makefile ...

    ExtUtils::MakeMaker ( source , CPAN ) version 7.70 CONTENTS NAME SYNOPSIS DESCRIPTION How To Write A Makefile.PL Defa...
    perldoc.perl.org/ExtUtils::MakeMaker
    Registered: Wed Apr 30 10:29:18 UTC 2025
    - 108.8K bytes
    - Viewed (0)
  10. XS::Typemap - module to test the XS typemaps di...

    XS::Typemap ( source , CPAN ) version 0.20 CONTENTS NAME SYNOPSIS DESCRIPTION NOTES AUTHOR # NAME XS::Typemap - modul...
    perldoc.perl.org/XS::Typemap
    Registered: Wed Apr 30 11:31:12 UTC 2025
    - 16.4K bytes
    - Viewed (0)
Back to top