in reply to Re^2: Scripting Help
in thread Scripting Help

For the code you posted I get
Global symbol "$group_id" requires explicit package name .. Global symbol "$choice" requires explicit package name ..
poj

Replies are listed 'Best First'.
Re^4: Scripting Help
by dustin.brown1 (Initiate) on Dec 14, 2015 at 21:13 UTC
    explicit package name as in /etc/group? The choice is made prior to that, it only throws up after I add my groups name.
      Does your code have the line use strict; ?