Perl Management Folder
Problem this snippet solves: This example illustrates how to use the Folder methods to build a console shell allowing you to navigate and manage system Folders on BIG-IP v11 and above. Code : #!/u...
Published May 29, 2015
Version 1.0Miguel_Rosa_614
Aug 28, 2018Nimbostratus
Very good. Thank you. On 12.x had to replace the
use Switch
by
use feature "switch";
and then adapt all "switch ... case ... else
" by "given ... when () ... default
"