Help for this page

Select Code to Download


  1. or download this
    perl -E '@arr=(\\$x,\\@x,\\%x);say \\$x;say \\@x;say \\%x'
    
  2. or download this
    REF(0x8e8f58)
    REF(0x8e8f58)
    REF(0x8e8f58)
    
  3. or download this
    perl -E '@arr=(\\$x,\\@x,\\%x);say join"\n",\\$x,\\@x,\\%x'
    
  4. or download this
    REF(0xdc3f58)
    REF(0xdc3e38)
    REF(0xde0618)
    
  5. or download this
    perl -E '@arr=(\\$x,\\@x,\\%x);say $arr[0];say $arr[1];say $arr[2]'
    
  6. or download this
    REF(0x19b4d48)
    REF(0x19b4b98)
    REF(0x19d13e8)