Hi,all
I want to change the enviroment variable with perl , which call windows console as bat , just like
@start /wait C:\prcwth\processInfo.exe "THTPPCTL"
and wait like
FOR /L %%d IN (50,-1,0) DO ( ping 127.0.0.1 -n 2 > nul
,
thank you.
sub new : method # public static
{
my ($class, $db_type, $conn_str, $encoding) = @_;
my $self = {};
my $dbio_impl;
# ????????
my $impl_class = "GECC::JobRequest::DAO::${db_type}DBIOImpl";
eval {
require $impl_class;
$dbio_impl =...
I am a newbie of perl , and I see the source code like this
=pod
=over
=item rollback
I think it is a perldoc, just like javadoc, who can tell me how to read and write perldoc ? thank u.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.