The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: Concatenation
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-04-2007
Asteroid Asteroid is offline
Registered User
 

Join Date: Apr 2007
Posts: 23
Code:
$DB_Date=sprintf("%02d%02d", $date, $Month);
$DB_Date=printf("%02d%02d", $date, $Month);

I have previously tried the above....

But It gives out 0000 ...

Really I am lost how it could be possible in PERL.
Reply With Quote