Help for this page

Select Code to Download


  1. or download this
    foo=hello
    fruit=apple
    foo.bar=tunafish
    color=red
    baz=$foo.bar
    
  2. or download this
    baz=hello.bar
    
  3. or download this
    baz=tunafish
    
  4. or download this
    SCRIPT_DIR=/usr/local/scripts
    MAIN_SCRIPT=$SCRIPT_DIR/main_script.pl
    
  5. or download this
    MAIN_SCRIPT=/usr/local/bin/scripts/main_script.pl
    
  6. or download this
    $value =~ s/\$ ( {\.+?} | \w+)/$config{$2}/gx;
    
  7. or download this
    foo=hello
    fruit=apple
    foo.bar=tunafish
    color=red
    baz=${foo.bar}