Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vend::cart(3pm) [debian man page]

Vend::Cart(3pm) 					User Contributed Perl Documentation					   Vend::Cart(3pm)

   Test header for item toss
	my $cart = [
	       {
		       code => 1,
		       mv_mi => 1,
		       mv_si => 0,
		       mv_ci => 0,
		       quantity => 0,
	       },
	       {
		       code => 2,
		       mv_mi => 1,
		       mv_si => 1,
		       mv_ci => 2,
		       quantity => 1,
	       },
	       {
		       code => 3,
		       mv_mi => 2,
		       mv_si => 1,
		       mv_ci => 0,
		       quantity => 1,
	       },
	       {
		       code => 5,
		       mv_mi => 1,
		       mv_si => 1,
		       mv_ci => 3,
		       quantity => 1,
	       },
	       {
		       code => 50,
		       mv_mi => 3,
		       mv_si => 1,
		       mv_ci => 0,
		       quantity => 1,
	       },
	       {
		       code => 51,
		       mv_mi => 3,
		       mv_si => 1,
		       mv_ci => 31,
		       quantity => 1,
	       },
	       {
		       code => 52,
		       mv_mi => 31,
		       mv_si => 1,
		       mv_ci => 0,
		       quantity => 1,
	       },
	       {
		       code => 6,
		       mv_mi => 1,
		       mv_si => 1,
		       mv_ci => 0,
		       quantity => 1,
	       },
	       {
		       code => 7,
		       mv_mi => 0,
		       mv_si => 0,
		       mv_ci => 0,
		       quantity => 1,
	       },
       ];

   Test footer for item toss
	       toss_cart($cart);

	       use Data::Dumper;
	       $Data::Dumper::Indent = 2;
	       $Data::Dumper::Terse = 2;
	       print Data::Dumper::Dumper($cart);

	       # ENDTEST

perl v5.14.2							    2011-05-06							   Vend::Cart(3pm)

Check Out this Related Man Page

Template::Plugin::Dumper(3pm)				User Contributed Perl Documentation			     Template::Plugin::Dumper(3pm)

NAME
Template::Plugin::Dumper - Plugin interface to Data::Dumper SYNOPSIS
[% USE Dumper %] [% Dumper.dump(variable) %] [% Dumper.dump_html(variable) %] DESCRIPTION
This is a very simple Template Toolkit Plugin Interface to the Data::Dumper module. A "Dumper" object will be instantiated via the following directive: [% USE Dumper %] As a standard plugin, you can also specify its name in lower case: [% USE dumper %] The "Data::Dumper" "Pad", "Indent" and "Varname" options are supported as constructor arguments to affect the output generated. See Data::Dumper for further details. [% USE dumper(Indent=0, Pad="<br>") %] These options can also be specified in lower case. [% USE dumper(indent=0, pad="<br>") %] METHODS
There are two methods supported by the "Dumper" object. Each will output into the template the contents of the variables passed to the object method. dump() Generates a raw text dump of the data structure(s) passed [% USE Dumper %] [% Dumper.dump(myvar) %] [% Dumper.dump(myvar, yourvar) %] dump_html() Generates a dump of the data structures, as per dump(), but with the characters <, > and & converted to their equivalent HTML entities and newlines converted to <br>. [% USE Dumper %] [% Dumper.dump_html(myvar) %] AUTHOR
Simon Matthews <sam@tt2.org> COPYRIGHT
Copyright (C) 2000 Simon Matthews. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Template::Plugin, Data::Dumper perl v5.14.2 2011-12-20 Template::Plugin::Dumper(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

parse text file

I have a file that has a header followed by 8 columns of data. I want to toss out the header, and then write the data to another file with a different header and footer. I also need to grab the first values of the first and second column to put in the header. How do I chop off the header? ... (9 Replies)
Discussion started by: craggm
9 Replies

2. UNIX for Advanced & Expert Users

regular expressions

I have a flat file with the following drug names Nutropin AQ 20mg PEN Cart 2ml Norditropin Cart 15mg/1.5ml I have to extract digits that are before mg i.e 20 and 15 ; how to do this using regular expressions Thanks ram (1 Reply)
Discussion started by: ramky79
1 Replies

3. UNIX for Dummies Questions & Answers

PayFlow Link

Hello Can any one help me to find out a shopping cart systems that work with PayFlow Link? (1 Reply)
Discussion started by: murphydolores
1 Replies

4. What is on Your Mind?

Want Secure Shopping Cart Software for my Ecommerce website?

Want to purchase ecommerce software that I can use to create online shopping store. It needs to be secure, reliable, easy to use and update. Provide me good recommendations, All genuine advice welcomed. Thanks in Advance (1 Reply)
Discussion started by: AimyThomas
1 Replies