Help for this page

Select Code to Download


  1. or download this
    my $ua      = LWP::UserAgent->new();
    my $request = POST( $url, [
            pdfColor => '#f7540e',
    ...
    
            ] );
    my $content = $ua->request($request)->as_string();
    
  2. or download this
    Array
    (
        [pdfColor] => #f7540e
    ...
        [discount] => 0
        [total] => 90
    )