Hi, From the below code I'm unable to change the directory to the specified one. Even after executing the directory is not changed(i used the command 'pwd'). Can some one help!
#!/usr/bin/perl
#!/usr/bin/perl
use strict;
use warnings;
my $ChandeDir = "cd \/usr\/local\/ebs\/uninstall\/";
system(`$ChandeDir`)