Help for this page

Select Code to Download


  1. or download this
    value()
    
    ...
                @new_value = $c->value(['a','b','c','d']);
    
        value() is context sensitive. In a list context it will return the
    + current value of the cookie as an array. In a scalar context it will
    + return the first value of a multivalued cookie.
    
  2. or download this
      my %cookie_value = $cookies{'LSRfm'.$type}->value;