prateekm21
Programmer
Suppose I run the command
system("dir"); or system("ver");
====
How do I get the output data is a Variable?
Thanks
system("dir"); or system("ver");
====
How do I get the output data is a Variable?
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[url=http://perldoc.perl.org/functions/my.html][black][b]my[/b][/black][/url] [blue]$dir[/blue] = [red]`[/red][purple]dir[/purple][red]`[/red][red];[/red]