Sponsored Content
Full Discussion: Please help on this
Top Forums UNIX for Dummies Questions & Answers Please help on this Post 302122341 by ss4u on Wednesday 20th of June 2007 06:16:04 AM
Old 06-20-2007
Please help on this

iam newbie to unix please help on this issue


exp username/password@databasename file=PMGR_AMPD_ 06132007.dmp statistics=none log=exp_PMGR_AMPD_ 06132007.log

i have the script file with above string, but in that string i want replace the Date with sysdate in same format(mmddyyyy) Regularly
how can i change ,

is there any commands in unix for purpose of find & replace from the scriptfile.

Please help on this
 
Authen::Simple::CDBI(3pm)				User Contributed Perl Documentation				 Authen::Simple::CDBI(3pm)

NAME
Authen::Simple::CDBI - Simple Class::DBI authentication SYNOPSIS
use Authen::Simple::CDBI; my $cdbi = Authen::Simple::CDBI->new( class => 'MyApp::Model::User' ); if ( $cdbi->authenticate( $username, $password ) ) { # successfull authentication } # or as a mod_perl Authen handler PerlModule Authen::Simple::Apache PerlModule Authen::Simple::CDBI PerlSetVar AuthenSimpleDBI_class "MyApp::Model::User" <Location /protected> PerlAuthenHandler Authen::Simple::CDBI AuthType Basic AuthName "Protected Area" Require valid-user </Location> DESCRIPTION
Class::DBI authentication. METHODS
* new This method takes a hash of parameters. The following options are valid: * class Class::DBI subclass. Required. class => 'MyApp::Model::User' * username Name of "username" column. Defaults to "username". username => 'username' * password Name of "password" column. Defaults to "password". password => 'password' * log Any object that supports "debug", "info", "error" and "warn". log => Log::Log4perl->get_logger('Authen::Simple::CDBI') * authenticate( $username, $password ) Returns true on success and false on failure. SEE ALSO
Authen::Simple. Authen::Simple::Password. Class::DBI. AUTHOR
Christian Hansen "ch@ngmedia.com" COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-02-29 Authen::Simple::CDBI(3pm)
All times are GMT -4. The time now is 01:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy