[BACK]Return to wpqio.pm CVS log [TXT][DIR] Up to [local] / wpscripts / wpquotas

File: [local] / wpscripts / wpquotas / wpqio.pm (download)

Revision 1.1.1.1 (vendor branch), Fri Jun 3 09:28:47 2011 UTC (12 years, 10 months ago) by yason
Branch: yason, MAIN
CVS Tags: import, HEAD
Changes since 1.1: +0 -0 lines

import scripts for fullprint

# $Id: wpqio.pm,v 1.1.1.1 2011/06/03 09:28:47 yason Exp $
#
package wpqio;

our $DEBUG = 1;  # set this to true for verbose output


sub print($)
{
    return if !$DEBUG;
    
    my $data = shift;
    print "$data";
}


return 1;