Help for this page

Select Code to Download


  1. or download this
        grep(/$cdLabel/o, @dbFile);
        # or the equivilant in a code block
        grep { /$cdLabel/o } @dbFile;
    
  2. or download this
    local $_ = "0A72656B636148206C72655020726568746F6E41207473754A";
    while(s/..$//) { print chr(hex($&)) }